projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ace6a88
)
* src/haikufns.c (Fx_show_tip): Sync after making window visible.
author
Po Lu
<luangruo@yahoo.com>
Mon, 17 Jan 2022 05:06:31 +0000
(
05:06
+0000)
committer
Po Lu
<luangruo@yahoo.com>
Mon, 17 Jan 2022 05:06:31 +0000
(
05:06
+0000)
src/haikufns.c
patch
|
blob
|
history
diff --git
a/src/haikufns.c
b/src/haikufns.c
index 2edf883b9cbc279309e6f0e51e261995083b3f73..c294f4e862cf6fb176ccfd4b808854f248c75dc5 100644
(file)
--- a/
src/haikufns.c
+++ b/
src/haikufns.c
@@
-2005,7
+2005,7
@@
DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
FRAME_OUTPUT_DATA (XFRAME (frame))->current_cursor);
SET_FRAME_VISIBLE (tip_f, 1);
BWindow_set_visible (FRAME_HAIKU_WINDOW (tip_f), 1);
-
+ BWindow_sync (FRAME_HAIKU_WINDOW (tip_f));
w->must_be_updated_p = true;
flush_frame (tip_f);
update_single_window (w);